4D Chart v13CT MOVE |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT MOVE
|
CT MOVE ( area ; scope ; newLeft ; newTop ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Chart area | |||||
scope | Longint |
![]() |
Scope of the command -1 = All 0 = Selected objects >0 = Object ID | |||||
newLeft | Real |
![]() |
New coordinate of the left edge | |||||
newTop | Real |
![]() |
New coordinate of the top edge | |||||
The CT MOVE command repositions the objects in area described by scope.
The object(s) described by scope are moved according to the newLeft and newTop parameters, specified as offsets from the current origin.
This example moves the selected objects to the top left corner of the chart area.
CT MOVE(Area;0;0;0)
Product: 4D Chart
Theme: CT Objects
Number:
14575
Created: 4D Chart 1